From f54e90bda5bb4b9ff36fcd1ae4215fcc8945afc7 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 25 Feb 2008 22:13:56 +0000 Subject: [PATCH] cetus: Remove unwanted character. --- cetus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cetus.c b/cetus.c index baf459c4a..724726fc5 100644 --- a/cetus.c +++ b/cetus.c @@ -486,7 +486,7 @@ cetus_writewpt(const waypoint *wpt) if (wpt->gc_data.desc_short.utfstring) { char *stripped_html = strip_html(&wpt->gc_data.desc_short); - desc_short = xstrdup(wpt-:>gc_data.diff == 0 ? "\n\n" : ""); + desc_short = xstrdup(wpt->gc_data.diff == 0 ? "\n\n" : ""); desc_short = xstrappend(desc_short, xstrdup(stripped_html)); xfree(stripped_html); } else { -- 2.30.2